home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / HAMRADIO / FRGLOD10.ZIP / FRGDOC.TXT < prev    next >
Text File  |  1993-03-23  |  7KB  |  161 lines

  1.                   YEASU FRG-100 Channel Data Loader
  2.                   =================================
  3.  
  4.                              22-Mar-1993
  5.  
  6. The purpose of this program is to have the ability of making "backups" 
  7. of the channel memory of the YAESU FRG-100 shortwave receiver, and to 
  8. program data to the channel memory. 
  9. The data file to be programmed can be created with any text editor, or
  10. a file containing previously read data can be used.
  11.  
  12. The purpose was not to have a comfortable "full screen" computer aided 
  13. control of the FRG-100.
  14.  
  15. The following files belong to this program:
  16.  
  17.    FRGDOC.TXT   English documentation (this file)
  18.    FRGDOC_D.TXT German  documentation
  19.    SAMPLE.DAT   a sample data file
  20.    FRGLOAD.EXE  the program itself
  21.  
  22. The program requires the following commandline parameters:
  23.  
  24.        frgload -r|-w file_name [-p1|-p2|-p3|-p4] [-h]
  25.                -r read FRG-100 channel memory
  26.                -w write (program) FRG-100 channel memory
  27.                -pn COM port 1..4, default: COM1
  28.                -h additional help information
  29.  
  30. If no parameter is passed, the help message above is displayed.
  31.  
  32. The CAT interface protocol is set to 4800 Baud, 8 bit word length,
  33. no parity bit, 2 stop bits, for more information refer to the YAESU 
  34. FRG-100 instruction manual.
  35.  
  36. This software was tested on a 33MHz-386 with MSDOS 5.0
  37. and on an 8MHz-XT (V20) with MSDOS 3.3.
  38.  
  39.  
  40. Data File Format:
  41. -----------------
  42.  
  43. The data file format shall have the following layout, the data start
  44. at the first column of each line:
  45.  
  46.   +-----------------------------------------------------------+
  47.   |  CC FFFFFFF MM S                                          |
  48.   |                                                           |
  49.   |       #       comment line                                |
  50.   |       CC      is the channel number, 1..50, 51=Lo, 52=Hi  |
  51.   |       FFFFFFF is the frequency in 10 Hz                   |
  52.   |       MM      is the mode:                                |
  53.   |                                 SL = LSB                  |
  54.   |                                 SU = USB                  |
  55.   |                                 CW = CW normal            |
  56.   |                                 CN = CW narrow            |
  57.   |                                 AM = AM normal            |
  58.   |                                 AN = AM narrow            |
  59.   |                                 FM = FM                   |
  60.   |       S       scan information:                           |
  61.   |                                 0 = skip channel          |
  62.   |                                 1 = scan channel          |
  63.   +-----------------------------------------------------------+
  64.  
  65. All other data exceeding column 15 are interpreted as a comment, 
  66. they can be used to keep the broadcast station name, etc.
  67.  
  68. A sample data file "SAMPLE.DAT" is provided with the program.
  69.  
  70. When reading the FRG-100, all 52 channel data are stored.
  71. For programming, only the channels which shall be changed need
  72. to be in the data file. The other channel memories of the FRG-100 
  73. then remain unchanged.
  74. A frequency of 0 Hz in the data file will clear the dedicated
  75. channel memory when programming.
  76.  
  77.   +----------------------------------------------------------+
  78.   | Note: Before you program the channel data, make a backup |
  79.   |       (read out) of the current channel memory, e.g.     |
  80.   |                                                          |
  81.   |          "frgload -r mydata.dat"                         |
  82.   |                                                          |
  83.   |       Is an existing file name used, when reading out    |
  84.   |       the FRG-100, this file will be overwritten!        |
  85.   +----------------------------------------------------------+
  86.  
  87.  
  88. Error Messages:
  89. ---------------
  90.  
  91.  Incorrect option                       = an invalid command line option
  92.                                           was used
  93.  Error when writing to COM port XXXX    = the selected COM port is not
  94.                                           present
  95.  Error opening data file yyyyyyyy.yyy   = the data file cannot be opened
  96.                                           for read, respectively write
  97.  Waiting more than zzzzzz tries         = the program expects data from
  98.                                           the FRG-100, but it does not
  99.                                           respond
  100.  
  101.  
  102.  
  103. Interface PC/FRG-100:
  104. ---------------------
  105.  
  106. The hardware interface can be realized using a MC1489 line receiver IC.
  107. It protects the FRG-100 from +/- 12 Volt of the PC RS232 interface and 
  108. provides the inverted 5 Volt signal as required.
  109.  
  110. The only problem is, it cannot provide +/- levels for the PC. But most
  111. PC RS232 interfaces accept a line voltage of +5/0 Volt.
  112.  
  113. The 5 Volt supply voltage can be taken from FRG-100 by soldering a
  114. wire to regulated 5 Volt and e.g. pin 5 of the CAT DIN connector:
  115.  
  116.  
  117.     6-pol DIN FRG-100                        25-pol D female PC
  118.     -----------------                        ------------------
  119.                                1489
  120.                          +--------------+
  121.                        14|              |
  122.    + 5 V   5 ------------+ Vcc          |
  123.                          |              |
  124.                         1|              | 3
  125.     Out    2 ------------+ In A   Out A +------------ 3 RX
  126.                          |              |
  127.                        11|              |13
  128.     In     3 ------------+ Out D   In D +------------ 2 TX
  129.                          |              |
  130.                         7|              |
  131.     GND    1 -------+----+              |
  132.                     |    |              |
  133.                     |    +--------------+
  134.                     |
  135.                     +-------------------------------- 7 GND
  136.  
  137.  
  138. Copyright:
  139. ----------
  140.  
  141. This program is FREEWARE, it is copyrighted by Erwin Nikl (c) 1993.
  142.  
  143. Non commercial usage or distribution via Bulletin Board Systems, etc. 
  144. is free. The program and the provided data- and documentation files may 
  145. not be modified in any way.
  146. Commercial usage or distribution, e.g. by shareware dealers, without
  147. the written permission of the author is prohibited.
  148.  
  149. The program is free of charge, the author provides absolutely no
  150. warranty, neither concerning the hardware nor the software !
  151.  
  152. =====================================================================
  153. |  Erwin Nikl             | >= July 93 use:  Erwin Nikl             |
  154. |  Lenzhahner Weg 15B     |                  Lenzhahner Weg 15B     |
  155. |  D-6272 Niedernhausen   |                  D-65527 Niedernhausen  |
  156. |  West-Germany           |                  Germany                |
  157. =====================================================================
  158. |  internet address: erwinn@tau_mail.comm.mot.com                   |
  159. |                or: erwinn@zwg01dns0.comm.mot.com                  |
  160. =====================================================================
  161.